home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Online
/
Tango
/
tango
/
extras
/
wbstartup
/
online_if_card
next >
Wrap
Text File
|
2000-11-29
|
264b
|
11 lines
;script that checks if a pcmcia-card is inserted and starts miami
; !!! Does not check the type of card !!!
c:card_info >NIL: ; from the cnetdevice archive
STACK 40000
IF EXISTS T:card_info.bin
RUN <NIL: >NIL: miami:miami
c:Delete t:card_info.bin >NIL:
EndIF